home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / koffie / koffie.readme < prev   
Text File  |  1997-02-20  |  507b  |  23 lines

  1.  
  2. KOFFIE is a Java compatible bytecode interpreter.
  3. The interpreter (BEAST:Classes/BST_KoffieVMClass) is _far_ from complete.
  4. In you only will be able to run the three supplied Java classes!
  5. Those Demo classes are located in BEAST:Demos/KOFFIE/DemoJava.
  6.  
  7. To run a Java class;
  8.  
  9. e.g:
  10.  
  11. > KoffieVM BEAST:Demos/KOFFIE/DemoJava/variables.class
  12.  
  13.  
  14. Please note that _before_ installation the BEAST system (v4.0+) must be
  15. installed.
  16.  
  17.  
  18. Remember this is _only_ a _very basic_ demo of KOFFIE.
  19.  
  20.  
  21. Jacco -- weertj@IAEhv.nl
  22.  
  23.